Generic Function Search-For-Match

( search-for-match < container > < predicate > &key < key > )
Hunt for an item in the container that satisfies
the predicate. Key is as in count-if.

Method Summary (5 methods)

search-for-match < > < t > 
search-for-match < array > < t > 
search-for-match < > < t > 
search-for-match < list > < t > 
search-for-match < vector > < t >